Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 296 Bytes

11.1.2 - format.md

File metadata and controls

9 lines (7 loc) · 296 Bytes

format

格式化命令响应数据。

function swoole_redis_server::format(int $type, mixed $value = null);
  • format为静态方法
  • $type表示数据类型,NIL类型不需要传入$valueERRORSTATUS类型$value可选,INTSTRINGSETMAP必选